-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Oasis headers with public domain headers #306
Conversation
163f22a
to
aa04e09
Compare
Headers pulled from https://github.com/latchset/pkcs11-headers Fixes latchset#76 Signed-off-by: Simo Sorce <[email protected]>
@Jakuje @sahanaprasad07 can one of you review? |
#include "oasis/pkcs11.h" | ||
|
||
#endif /* P11PROV_PKCS11_H_ */ | ||
/* This file is in the Public Domain */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this still use a SPDX line, pointing to the custom local identifier defined for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ie: /* SPDX-License-Identifier: LicenseRef-Public-Domain-PKCS11-Headers */
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the untouched original file as downloaded form the pkcs11-headers project.
The connection between SPDX identifier and the file in in .reuse/dep5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
TY |
Fixes #76